react-server675fbba4
react-servertreemaindocssrcpagesen(404).[[...slug]].page.mdx
docs/src/pages/en/(404).[[...slug]].page.mdxmdx318 B53c79cc9

import { status } from "@lazarv/react-server";

export function NotFound() { status(404); return null; }

<NotFound /><div className="flex flex-col gap-4 w-full mt-auto mb-auto justify-center items-center text-center"> # Not Found

Sorry, this page was not found.
Please go back to the home page.

</div>